@dxos/react-ui-editor 0.6.14-staging.77003c1 → 0.6.14-staging.7b35391
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/browser/index.mjs +1 -1
- package/dist/lib/browser/index.mjs.map +1 -1
- package/dist/lib/node/index.cjs +1 -1
- package/dist/lib/node/index.cjs.map +1 -1
- package/dist/lib/node-esm/index.mjs +1 -1
- package/dist/lib/node-esm/index.mjs.map +1 -1
- package/package.json +24 -24
- package/src/components/Toolbar/Toolbar.tsx +1 -1
@@ -4980,7 +4980,7 @@ var typewriter = ({ delay = 75, items = defaultItems } = {}) => {
|
|
4980
4980
|
|
4981
4981
|
// packages/ui/react-ui-editor/src/components/Toolbar/Toolbar.tsx
|
4982
4982
|
var iconStyles = getSize(5);
|
4983
|
-
var buttonStyles = "min-bs-0 p-
|
4983
|
+
var buttonStyles = "min-bs-0 p-1";
|
4984
4984
|
var tooltipProps = {
|
4985
4985
|
side: "top",
|
4986
4986
|
classNames: "z-10"
|